home *** CD-ROM | disk | FTP | other *** search
/ Sigcat 1994: Conference Disk / SIGCAT 94 Conference Disk - DataDisc.ISO / sigclass / program1 / readme.fsc < prev    next >
Encoding:
Text File  |  1993-04-10  |  4.4 KB  |  96 lines

  1.   Freeware provided by :
  2.   FUENTEZ SYSTEMS CONCEPTS, INC                                   3/15/94
  3.  
  4.   
  5.        General Operating Instructions for Viewing CD-ROM Sectors
  6.  
  7. ***NOTE: Assure that ANSI.SYS is enabled in your config.sys file!
  8.       e.g.  DEVICE=C:\DOS\ANSI.SYS
  9.  
  10. 1.  Copy your FD/CDROM directory files to a work directory on
  11.     your Hard Disk.
  12.  
  13. 2.  The procedure uses Microsoft's MSCDEX.EXE and diagnostic routine,
  14.     TESTDRV.EXE to interface to your CD-ROM reader.  The routine TESTDRV.EXE 
  15.     looks at the data file TESTDRV.PRO for its directives; you should
  16.     configure, with any editor, TESTDRV.PRO for your system as follows:
  17.  
  18.     (Note: if your CD-ROM reader does not use MSCDEX.EXE, this procedure
  19.      may not work!)
  20.  
  21.      a.  Change the CD-ROM name in the line "DriverName = cd_rom_name" to 
  22.      agree with the one used in  your config.sys file in the MSCDEX line
  23.      parameter /D:cd_rom_name.
  24.      b.  In the line which reads "HSGSectors =" enter the sector number
  25.      you wish to dump: the sector number is in hex form nnnnnn, e.g.
  26.      000013  for hex sector 13.  HSGSectors = 000013, 00001A, 000020
  27.      c.  Change the file name in the line "OUTPUT = file-name" to your
  28.      choice, say "mydump" - e.g. "OUTPUT = mydump"
  29. 3.  Now execute "CDBATCH mydump" which will either present the sector
  30.     displayed in compliance with the SecureCD specification if "SECURECD"
  31.     is properly found in the system area, else the statement "Unsecured
  32.     CD-ROM ..." is displayed.  The dumped sector may be viewed in the file
  33.     "mydump" if you're inclined to view it.
  34.  
  35. 4.  By adding a second parameter: xyz, to the command line 
  36.     "CDBATCH mydump xyz" you will see a sample display of the sector
  37.     data proposed for encryption by SIGCLASS in the SecureCD Specification.
  38.  
  39.    This composite set of routines let you view CD-ROM segments which are 
  40.    defined by positional hex numbers ######h; the composite was originally
  41.    constructed to view the CD-ROM system sectors 0-16 and, more significantly,
  42.    to view the specific segment data defined by the SIGCLASS Committee of 
  43.    SIGCAT for classified CD-ROMs. It may be easily modified to view (in hex
  44.    and ascii Norton dump format) any sector(s) according to the instructions
  45.    below.
  46.  
  47.    Pour the composite of files into some test directory and run from your
  48.    hard disk:  CDBATCH DUMPFILE (xyz)
  49.  
  50.    This composite requires MSCDEX.EXE (ver 2.2+) and TESTDRV.EXE which are
  51.    Microsoft (MS Corp.) public domain and are executable on IBM DOS PC 
  52.    compatibles with a CD-ROM reader device. MSCDEX are the Microsoft CD
  53.    Extensions which provide the interface to the CD-ROM reader. The 
  54.    TESTDRV.EXE procedure was used because MS "invented this wheel" to 
  55.    test several different CD-ROM readers so that the composite is not 
  56.    singular manufacturer device dependent.( The disclaimer is that it 
  57.    may not work with your CD-ROM reader; it has worked with several that
  58.    we have tried...and it is offered as free software!!)
  59.  
  60.    The TESTDRV.EXE procedure requires a parameter list, TESTDRV.PRO, which
  61.    defines the relationship between the CD-ROM reader device and TESTDRV.EXE.
  62.    TESTDRV.PRO is an ascii editable file, self explanatory, with the 
  63.    following key args:
  64.  
  65.    DriverName  = TSLCD      ; the driver to test, same as mscdex, and is
  66.                  typically defined as /D:TSLCD name in your
  67.                  config.sys file.
  68.  
  69.    HSGSectors = 000002,000005,000015,000020    ; CD-ROM sector numbers which
  70.                          are to be dumped.
  71.  
  72.    OUTPUT         = OUTDATA       ; Target file name where the dump data is
  73.                    sent.
  74.  
  75.    These events are scheduled in the CDBATCH.BAT file and may be executed
  76.    as standalone. The CDBATCH file takes the process one step further 
  77.    by formatting the OUTPUT (first/only) sector data into the SIGCLASS 
  78.    field data defined for CD-ROMs. This is accomplished with CDROM15.EXE.
  79.    See the SIGCLASS publication for the blueprint of these fields.
  80.  
  81.    NOTE: if you wish to view a sample of the SIGCLASS field layouts with
  82.      test data supplied, add a second alpha argument to the CDBATCH
  83.      command line. The first argument is the OUTDATA file name. Modify
  84.      the composite for your own comfort level.
  85.  
  86.      e.g CDBATCH OUTDATA XYZ
  87.  
  88.  
  89. For more information and assistance with the above sector information, please
  90. contact:
  91.         Mr. Art Lomker
  92.         Fuentez Systems Concepts
  93.         11781 Lee Jackson Hwy. Suite 700
  94.         Fairfax, Va. 22033
  95.         703-273-1447 Fax: 703-273-2972
  96.